Type your commands below (e.g. "help", "random", "list", "simulate 10", etc.), then press Enter.
from fantasyHybridSimulator import run_command
# Expose run_command to JavaScript by assigning it to window
from js import window
window.run_command = run_command